net/http.http2pipe.donec (field)

7 uses

	net/http (current package)
		h2_bundle.go#L3721: 	donec    chan struct{}   // closed on error
		h2_bundle.go#L3847: 	if p.donec == nil {
		h2_bundle.go#L3853: 	case <-p.donec:
		h2_bundle.go#L3855: 		close(p.donec)
		h2_bundle.go#L3874: 	if p.donec == nil {
		h2_bundle.go#L3875: 		p.donec = make(chan struct{})
		h2_bundle.go#L3881: 	return p.donec